What is the page lifecycle of an ASP.NET MVC?
8124
16-Jul-2012
Updated on 16-Sep-2020
Anonymous User
16-Jul-2012The page lifecycle of ASP.NET MVC is having the following process and it is as follows:
1. App initialization
2. Routing
3. Instantiate and execute controller
4. Locate and invoke controller action
5. Instantiate and render view